home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / os2 / lh2_222 / mse.cmd < prev    next >
Encoding:
Text File  |  1993-01-28  |  197 b   |  9 lines

  1. @echo off
  2. if "%1"=="" goto USAGE
  3. copy /b se.exe+%1.lzh /b %1.exe && echo %1.EXE has been created.
  4. goto end
  5. :Usage
  6. echo Usage: MSE [lzh file]
  7. echo        Do NOT speficy .lzh extension.
  8. :end
  9.